From 2198e8fe650e7e0792b7a95695e7df13b89e1fa3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Jun 1993 03:28:21 +0000 Subject: [PATCH] Include sys/time.h. --- lib-src/wakeup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index 7641843e406..d2035e3a523 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -2,6 +2,7 @@ #include #include +#include struct tm *localtime (); -- 2.30.2